home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 2.0 KB | 74 lines | [TEXT/MPS ] |
- /*
- File: PCICommonPlugin.idl
-
- Contains: This file contains all interface related structures and prototypes common for pci expert to
-
- Version: Technology: Copland
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __PCICOMMONPLUGIN_IDL__
- #define __PCICOMMONPLUGIN_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
- #ifndef __NAMEREGISTRY_IDL__
- #include <NameRegistry.idl>
- #endif
- #ifndef __ERRORS_IDL__
- #include <Errors.idl>
- #endif
- #ifndef __DRIVERFAMILYMATCHING_IDL__
- #include <DriverFamilyMatching.idl>
- #endif
- #ifndef __INTERRUPTS_IDL__
- #include <Interrupts.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM8_PREEMPTIVE
- /* typedefs for common plugins interface*/
- typedef OpaquePtr DefaultEnablerFuncPtr;
- typedef OpaquePtr DefaultDisablerFuncPtr;
- typedef OpaquePtr DefaultDispatcherFuncPtr;
- typedef OpaquePtr InitializeFuncPtr;
- typedef OpaquePtr FinalizeFuncPtr;
- typedef SOMLargeStruct PCIPluginHeader; /* Derived from a struct of 20 bytes in size */
-
- typedef OpaquePtr PCIPluginHeaderPtr; /* Substituted OpaquePtr for “PCIPluginHeader*” */
-
- /* pci bridge descriptor definition*/
- typedef SOMLargeStruct PCIBridgeDescriptor; /* Derived from a struct of 40 bytes in size */
-
- typedef OpaquePtr PCIBridgeDescriptorPtr; /* Substituted OpaquePtr for “PCIBridgeDescriptor*” */
-
- /*
- pci bridge variables for bridges
- stolen from marconi InterruptsAssign.c written by Matt Nelson
- */
- typedef SOMLargeStruct DefaultBridgeVariables; /* Derived from a struct of 20 bytes in size */
-
- typedef OpaquePtr DefaultBridgeVariablesPtr; /* Substituted OpaquePtr for “DefaultBridgeVariables*” */
-
- /* pci header interface version definition*/
- /* pci error codes*/
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __PCICOMMONPLUGIN_IDL__ */
-
-